home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / sicp / readme < prev    next >
Text File  |  1993-07-17  |  355b  |  11 lines

  1. -*- Text -*-
  2.  
  3. To use the SICP (Structure and Interpretation of Computer Programs)
  4. compatiblity package in MIT CScheme:
  5.  
  6.   (cd "sicp")        ; Where sicp is the directory containing the
  7.             ; compatibility package.
  8.   (load "sbuild")
  9.  
  10. Now you are in an environment that looks suspiciously like that on the
  11. Chipmunk computers used in the MIT 6.001 SICP course lab.